Skip to content

Commit 200404c

Browse files
committed
chnaged to version 3.5
1 parent 005bf76 commit 200404c

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

TrackerEnabledDbContext.Common/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
// by using the '*' as shown below:
3636
// [assembly: AssemblyVersion("1.0.*")]
3737

38-
[assembly: AssemblyVersion("3.4.0.0")]
39-
[assembly: AssemblyFileVersion("3.4.0.0")]
38+
[assembly: AssemblyVersion("3.5.0.0")]
39+
[assembly: AssemblyFileVersion("3.5.0.0")]

TrackerEnabledDbContext.Identity/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
// by using the '*' as shown below:
3636
// [assembly: AssemblyVersion("1.0.*")]
3737

38-
[assembly: AssemblyVersion("3.4.0.0")]
39-
[assembly: AssemblyFileVersion("3.4.0.0")]
38+
[assembly: AssemblyVersion("3.5.0.0")]
39+
[assembly: AssemblyFileVersion("3.5.0.0")]

TrackerEnabledDbContext/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
// by using the '*' as shown below:
3636
// [assembly: AssemblyVersion("1.0.*")]
3737

38-
[assembly: AssemblyVersion("3.4.0.0")]
39-
[assembly: AssemblyFileVersion("3.4.0.0")]
38+
[assembly: AssemblyVersion("3.5.0.0")]
39+
[assembly: AssemblyFileVersion("3.5.0.0")]

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 3.4.{build}
1+
version: 3.5.{build}
22
os: Visual Studio 2015
33
assembly_info:
44
patch: false

0 commit comments

Comments
 (0)