Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
majorsilence committed Jan 2, 2018
1 parent c5bf8b8 commit 733b4f1
Show file tree
Hide file tree
Showing 18 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion DataProviders/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("4.13.*")]
[assembly: AssemblyVersion("4.14.*")]

//
// In order to sign your assembly you must specify a key to use. Refer to the
Expand Down
4 changes: 2 additions & 2 deletions LibRdlCrossPlatformViewer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,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.8.*")]
[assembly: AssemblyVersion("4.13.*")]
// [assembly: AssemblyVersion("1.9.*")]
[assembly: AssemblyVersion("4.14.*")]
4 changes: 2 additions & 2 deletions LibRdlWpfViewer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,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.8.*")]
[assembly: AssemblyVersion("4.13.*")]
// [assembly: AssemblyVersion("1.9.*")]
[assembly: AssemblyVersion("4.14.*")]
2 changes: 1 addition & 1 deletion RdlAsp/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("4.13.*")]
[assembly: AssemblyVersion("4.14.*")]

//
// In order to sign your assembly you must specify a key to use. Refer to the
Expand Down
2 changes: 1 addition & 1 deletion RdlCmd/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("4.13.*")]
[assembly: AssemblyVersion("4.14.*")]

//
// In order to sign your assembly you must specify a key to use. Refer to the
Expand Down
2 changes: 1 addition & 1 deletion RdlDesign/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("4.13.*")]
[assembly: AssemblyVersion("4.14.*")]

//
// In order to sign your assembly you must specify a key to use. Refer to the
Expand Down
2 changes: 1 addition & 1 deletion RdlDesktop/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("4.13.*")]
[assembly: AssemblyVersion("4.14.*")]

//
// In order to sign your assembly you must specify a key to use. Refer to the
Expand Down
2 changes: 1 addition & 1 deletion RdlEngine/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("4.13.*")]
[assembly: AssemblyVersion("4.14.*")]

//
// In order to sign your assembly you must specify a key to use. Refer to the
Expand Down
2 changes: 1 addition & 1 deletion RdlGtkViewer/RdlGtkViewer/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion("4.13.*")]
[assembly: AssemblyVersion("4.14.*")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down
2 changes: 1 addition & 1 deletion RdlMapFile/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("4.13.*")]
[assembly: AssemblyVersion("4.14.*")]
2 changes: 1 addition & 1 deletion RdlViewer/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("4.13.*")]
[assembly: AssemblyVersion("4.14.*")]

//
// In order to sign your assembly you must specify a key to use. Refer to the
Expand Down
2 changes: 1 addition & 1 deletion RdlViewer/RdlReader/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("4.13.*")]
[assembly: AssemblyVersion("4.14.*")]

//
// In order to sign your assembly you must specify a key to use. Refer to the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>MajorsilenceReporting-Asp</id>
<version>4.13</version>
<version>4.14</version>
<authors>Peter Gill</authors>
<owners>Peter Gill</owners>
<licenseUrl>https://github.com/majorsilence/My-FyiReporting/blob/master/LICENSE-2_0.txt</licenseUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>MajorsilenceReporting-Core</id>
<version>4.13</version>
<version>4.14</version>
<authors>Peter Gill</authors>
<owners>Peter Gill</owners>
<licenseUrl>https://github.com/majorsilence/My-FyiReporting/blob/master/LICENSE-2_0.txt</licenseUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>MajorsilenceReporting-Viewer</id>
<version>4.13</version>
<version>4.14</version>
<authors>Peter Gill</authors>
<owners>Peter Gill</owners>
<licenseUrl>https://github.com/majorsilence/My-FyiReporting/blob/master/LICENSE-2_0.txt</licenseUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>MajorsilenceReporting-WpfViewer</id>
<version>4.13</version>
<version>4.14</version>
<authors>Peter Gill</authors>
<owners>Peter Gill</owners>
<licenseUrl>https://github.com/majorsilence/My-FyiReporting/blob/master/LICENSE-2_0.txt</licenseUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>MajorsilenceReporting-XwtViewer</id>
<version>4.13</version>
<version>4.14</version>
<authors>Peter Gill</authors>
<owners>Peter Gill</owners>
<licenseUrl>https://github.com/majorsilence/My-FyiReporting/blob/master/LICENSE-2_0.txt</licenseUrl>
Expand Down
2 changes: 1 addition & 1 deletion ReportServer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("4.13.*")]
[assembly: AssemblyVersion("4.14.*")]

0 comments on commit 733b4f1

Please sign in to comment.