Skip to content

Commit

Permalink
Post-release version bump to 2.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
timotei committed May 21, 2019
1 parent ca8e48e commit b9a5a80
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 25 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
@@ -1,4 +1,5 @@
# IL Repack changelog
## 2.0.18

## 2.0.17
### Fixed
Expand Down
4 changes: 2 additions & 2 deletions ILRepack.IntegrationTests/Properties/AssemblyInfo.cs
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("2.0.18.0")]
[assembly: AssemblyFileVersion("2.0.18.0")]
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("2.0.18.0")]
[assembly: AssemblyFileVersion("2.0.18.0")]
Expand Up @@ -32,7 +32,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("2.0.18.0")]
[assembly: AssemblyFileVersion("2.0.18.0")]

[assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)]
Expand Up @@ -11,5 +11,5 @@
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: Guid("eecc6459-78c6-4a08-9039-de37e75866e6")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("2.0.18.0")]
[assembly: AssemblyFileVersion("2.0.18.0")]
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("2.0.18.0")]
[assembly: AssemblyFileVersion("2.0.18.0")]
Expand Up @@ -49,5 +49,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("2.0.18.0")]
[assembly: AssemblyFileVersion("2.0.18.0")]
Expand Up @@ -49,5 +49,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("2.0.18.0")]
[assembly: AssemblyFileVersion("2.0.18.0")]
Expand Up @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("2.0.18.0")]
[assembly: AssemblyFileVersion("2.0.18.0")]
Expand Up @@ -49,5 +49,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("2.0.18.0")]
[assembly: AssemblyFileVersion("2.0.18.0")]
Expand Up @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("2.0.18.0")]
[assembly: AssemblyFileVersion("2.0.18.0")]
4 changes: 2 additions & 2 deletions ILRepack.Tests/Properties/AssemblyInfo.cs
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("2.0.18.0")]
[assembly: AssemblyFileVersion("2.0.18.0")]
4 changes: 2 additions & 2 deletions ILRepack/Properties/AssemblyInfo.cs
Expand Up @@ -32,8 +32,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.16.0")]
[assembly: AssemblyFileVersion("2.0.16.0")]
[assembly: AssemblyVersion("2.0.18.0")]
[assembly: AssemblyFileVersion("2.0.18.0")]

[assembly: InternalsVisibleTo("ILRepack.Tests")]
[assembly: InternalsVisibleTo("ILRepack.IntegrationTests")]
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1 +1 @@
version = 2.0.17
version = 2.0.18

0 comments on commit b9a5a80

Please sign in to comment.