Skip to content

Commit 01ccb27

Browse files
Update branding to 9.0.1 (#35049)
Co-authored-by: maumar <maumar@microsoft.com>
1 parent a2f51ed commit 01ccb27

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup Label="Version settings">
3-
<VersionPrefix>9.0.0</VersionPrefix>
3+
<VersionPrefix>9.0.1</VersionPrefix>
44
<PreReleaseVersionLabel>rtm</PreReleaseVersionLabel>
55
<PreReleaseVersionIteration>
66
</PreReleaseVersionIteration>

test/EFCore.SqlServer.FunctionalTests/Migrations/MigrationsInfrastructureSqlServerTest.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ FROM [__EFMigrationsHistory]
755755
ORDER BY [MigrationId];
756756
757757
INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion])
758-
VALUES (N'00000000000000_Empty', N'9.0.0');
758+
VALUES (N'00000000000000_Empty', N'9.0.1');
759759
760760
--Before
761761
@@ -798,12 +798,12 @@ CONSTRAINT [PK_Blogs] PRIMARY KEY ([Id])
798798
END
799799
800800
INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion])
801-
VALUES (N'00000000000001_Migration1', N'9.0.0');
801+
VALUES (N'00000000000001_Migration1', N'9.0.1');
802802
803803
--After
804804
805805
INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion])
806-
VALUES (N'00000000000002_Migration2', N'9.0.0');
806+
VALUES (N'00000000000002_Migration2', N'9.0.1');
807807
808808
DECLARE @result int;
809809
EXEC @result = sp_releaseapplock @Resource = '__EFMigrationsLock', @LockOwner = 'Session';
@@ -867,7 +867,7 @@ FROM [__EFMigrationsHistory]
867867
ORDER BY [MigrationId];
868868
869869
INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion])
870-
VALUES (N'00000000000000_Empty', N'9.0.0');
870+
VALUES (N'00000000000000_Empty', N'9.0.1');
871871
872872
--Before
873873
@@ -910,12 +910,12 @@ CONSTRAINT [PK_Blogs] PRIMARY KEY ([Id])
910910
END
911911
912912
INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion])
913-
VALUES (N'00000000000001_Migration1', N'9.0.0');
913+
VALUES (N'00000000000001_Migration1', N'9.0.1');
914914
915915
--After
916916
917917
INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion])
918-
VALUES (N'00000000000002_Migration2', N'9.0.0');
918+
VALUES (N'00000000000002_Migration2', N'9.0.1');
919919
920920
DECLARE @result int;
921921
EXEC @result = sp_releaseapplock @Resource = '__EFMigrationsLock', @LockOwner = 'Session';

0 commit comments

Comments
 (0)