Skip to content

Commit

Permalink
update version and yml for 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bilal-fazlani committed Nov 4, 2015
1 parent dbc8a2b commit e978c94
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions TrackerEnabledDbContext.Common/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("3.3.14.0")]
[assembly: AssemblyFileVersion("3.3.14.0")]
[assembly: AssemblyVersion("3.4.0.0")]
[assembly: AssemblyFileVersion("3.4.0.0")]
4 changes: 2 additions & 2 deletions TrackerEnabledDbContext.Identity/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("3.3.14.0")]
[assembly: AssemblyFileVersion("3.3.14.0")]
[assembly: AssemblyVersion("3.4.0.0")]
[assembly: AssemblyFileVersion("3.4.0.0")]
4 changes: 2 additions & 2 deletions TrackerEnabledDbContext/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("3.3.14.0")]
[assembly: AssemblyFileVersion("3.3.14.0")]
[assembly: AssemblyVersion("3.4.0.0")]
[assembly: AssemblyFileVersion("3.4.0.0")]
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 3.3.{build}
version: 3.4.{build}
os: Visual Studio 2015
assembly_info:
patch: false
Expand Down

0 comments on commit e978c94

Please sign in to comment.