Skip to content

Commit

Permalink
Preparing Minor Release 1.7.7
Browse files Browse the repository at this point in the history
- Updated version number
  • Loading branch information
paulushub committed Dec 12, 2021
1 parent 16c56a2 commit ca242ce
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 31 deletions.
6 changes: 3 additions & 3 deletions Source/SharpVectorConvertersWpf/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
// 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.7.6.0")]
[assembly: AssemblyFileVersion("1.7.6.0")]
[assembly: AssemblyInformationalVersion("1.7.6.0")]
[assembly: AssemblyVersion("1.7.7.0")]
[assembly: AssemblyFileVersion("1.7.7.0")]
[assembly: AssemblyInformationalVersion("1.7.7.0")]

[assembly: XmlnsPrefix("http://sharpvectors.codeplex.com/svgc/", "svgc")]
[assembly: XmlnsDefinition("http://sharpvectors.codeplex.com/svgc/", "SharpVectors.Converters")]
6 changes: 3 additions & 3 deletions Source/SharpVectorCore/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.7.6.0")]
[assembly: AssemblyFileVersion("1.7.6.0")]
[assembly: AssemblyInformationalVersion("1.7.6.0")]
[assembly: AssemblyVersion("1.7.7.0")]
[assembly: AssemblyFileVersion("1.7.7.0")]
[assembly: AssemblyInformationalVersion("1.7.7.0")]

//
// In order to sign your assembly you must specify a key to use. Refer to the
Expand Down
6 changes: 3 additions & 3 deletions Source/SharpVectorCss/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.7.6.0")]
[assembly: AssemblyFileVersion("1.7.6.0")]
[assembly: AssemblyInformationalVersion("1.7.6.0")]
[assembly: AssemblyVersion("1.7.7.0")]
[assembly: AssemblyFileVersion("1.7.7.0")]
[assembly: AssemblyInformationalVersion("1.7.7.0")]

//
// In order to sign your assembly you must specify a key to use. Refer to the
Expand Down
6 changes: 3 additions & 3 deletions Source/SharpVectorDom/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.7.6.0")]
[assembly: AssemblyFileVersion("1.7.6.0")]
[assembly: AssemblyInformationalVersion("1.7.6.0")]
[assembly: AssemblyVersion("1.7.7.0")]
[assembly: AssemblyFileVersion("1.7.7.0")]
[assembly: AssemblyInformationalVersion("1.7.7.0")]

//
// In order to sign your assembly you must specify a key to use. Refer to the
Expand Down
6 changes: 3 additions & 3 deletions Source/SharpVectorModel/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.7.6.0")]
[assembly: AssemblyFileVersion("1.7.6.0")]
[assembly: AssemblyInformationalVersion("1.7.6.0")]
[assembly: AssemblyVersion("1.7.7.0")]
[assembly: AssemblyFileVersion("1.7.7.0")]
[assembly: AssemblyInformationalVersion("1.7.7.0")]

//
// In order to sign your assembly you must specify a key to use. Refer to the
Expand Down
6 changes: 3 additions & 3 deletions Source/SharpVectorRenderingGdi/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.7.6.0")]
[assembly: AssemblyFileVersion("1.7.6.0")]
[assembly: AssemblyInformationalVersion("1.7.6.0")]
[assembly: AssemblyVersion("1.7.7.0")]
[assembly: AssemblyFileVersion("1.7.7.0")]
[assembly: AssemblyInformationalVersion("1.7.7.0")]

//
// In order to sign your assembly you must specify a key to use. Refer to the
Expand Down
6 changes: 3 additions & 3 deletions Source/SharpVectorRenderingWpf/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
// 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.7.6.0")]
[assembly: AssemblyFileVersion("1.7.6.0")]
[assembly: AssemblyInformationalVersion("1.7.6.0")]
[assembly: AssemblyVersion("1.7.7.0")]
[assembly: AssemblyFileVersion("1.7.7.0")]
[assembly: AssemblyInformationalVersion("1.7.7.0")]

//
// In order to sign your assembly you must specify a key to use. Refer to the
Expand Down
6 changes: 3 additions & 3 deletions Source/SharpVectorRuntimeWpf/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
// 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.7.6.0")]
[assembly: AssemblyFileVersion("1.7.6.0")]
[assembly: AssemblyInformationalVersion("1.7.6.0")]
[assembly: AssemblyVersion("1.7.7.0")]
[assembly: AssemblyFileVersion("1.7.7.0")]
[assembly: AssemblyInformationalVersion("1.7.7.0")]

//
// In order to sign your assembly you must specify a key to use. Refer to the
Expand Down
6 changes: 3 additions & 3 deletions Source/SharpVectorScripting/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
// 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.7.6.0")]
[assembly: AssemblyFileVersion("1.7.6.0")]
[assembly: AssemblyInformationalVersion("1.7.6.0")]
[assembly: AssemblyVersion("1.7.7.0")]
[assembly: AssemblyFileVersion("1.7.7.0")]
[assembly: AssemblyInformationalVersion("1.7.7.0")]
2 changes: 1 addition & 1 deletion Source/SharpVectors.Reloaded.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<icon>images\SharpVectors64.png</icon>
<copyright>Copyright (c) 2010 - 2021 Elinam LLC</copyright>
<releaseNotes>
Release 1.7.6
Release 1.7.7
* WPF: Font Family support improvements
* WPF: Fallback use of AppDomain.Current.BaseDirectory instead of Assembly.Location (by @MihailsKuzminsDG)
* Several bug fixes and code improvements
Expand Down
5 changes: 2 additions & 3 deletions Source/SharpVectors.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@
<icon>images\SharpVectors64.png</icon>
<copyright>Copyright (c) 2010 - 2021 Elinam LLC</copyright>
<releaseNotes>
Release 1.7.6
* WPF: Font Family support improvements
* WPF: Fallback use of AppDomain.Current.BaseDirectory instead of Assembly.Location (by @MihailsKuzminsDG)
Release 1.7.7
* Reworked and completed WOFF1 and WOFF2 fonts support.
* Several bug fixes and code improvements
</releaseNotes>
<tags>svg .net wpf svg2xaml svg2wpf xaml</tags>
Expand Down

0 comments on commit ca242ce

Please sign in to comment.