Release of 1.1.4

This commit is contained in:
Patrick Fic
2024-11-22 09:38:13 -08:00
parent a69f77fc53
commit 4d4ab644d5
3 changed files with 4 additions and 3 deletions

View File

@@ -561,7 +561,7 @@
<GetAssemblyIdentity AssemblyFiles="$(TargetPath)">
<Output TaskParameter="Assemblies" ItemName="myAssemblyInfo" />
</GetAssemblyIdentity>
<Exec Command="nuget pack RomeOnlinePartner.nuspec -Version %(myAssemblyInfo.Version) -Properties Configuration=Release -OutputDirectory $(OutDir) -BasePath $(OutDir)" />
<!-- <Exec Command="nuget pack RomeOnlinePartner.nuspec -Version %(myAssemblyInfo.Version) -Properties Configuration=Release -OutputDirectory $(OutDir) -BasePath $(OutDir)" /> -->
<Exec Command="squirrel --releasify $(OutDir)RomeOnlinePartner.$([System.Version]::Parse(%(myAssemblyInfo.Version)).ToString(3)).nupkg" />
</Target>
</Project>

View File

@@ -51,7 +51,7 @@ using System.Windows;
// 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.1.3.0")]
[assembly: AssemblyVersion("1.1.4.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
//Setting Squirrel Aware Version.
[assembly: AssemblyMetadata("SquirrelAwareVersion", "1")]

View File

@@ -5,3 +5,4 @@
A1110AE679B0ABAD08129B41C12399C3C588ABC9 RomeOnlinePartner-1.1.2-full.nupkg 5962013
BF0B893BC82219F385D83F44994D26AE0D3619CF RomeOnlinePartner-1.1.3-delta.nupkg 64235
DB8DCD6BD2B3F4CA790A8B25E8DD495144D1D196 RomeOnlinePartner-1.1.3-full.nupkg 5967310
9506D67A1791CBDD4316ECC63202FF5E2967EF73 RomeOnlinePartner-1.1.4-full.nupkg 5967362