Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
adoconnection committed Nov 17, 2023
1 parent 458e6d1 commit 3a41c59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Pack.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dotnet build -c Release
dotnet test
dotnet pack -c Release -o artifacts RazorEngineCore\RazorEngineCore.csproj -p:symbolPackageFormat=snupkg --include-symbols
dotnet nuget push artifacts\RazorEngineCore.2022.8.1.nupkg --source https://www.nuget.org/api/v2/package -k KEY
dotnet nuget push artifacts\RazorEngineCore.2023.11.1.nupkg --source https://www.nuget.org/api/v2/package -k KEY
6 changes: 3 additions & 3 deletions RazorEngineCore/RazorEngineCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<PropertyGroup>
<TargetFrameworks>net6.0;net5.0;netstandard2.0</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>2022.8.1</Version>
<Authors>Alexander Selishchev, Simon Mourier, William David Cossey, Benjamin Smith, Dag H. Baardsen, krmr, jddj007-hydra</Authors>
<Version>2023.11.1</Version>
<Authors>Alexander Selishchev, Simon Mourier, William David Cossey, Benjamin Smith, Dag H. Baardsen, krmr, jddj007-hydra, shehrozeee, TheAtomicOption</Authors>
<PackageProjectUrl>https://github.com/adoconnection/RazorEngineCore</PackageProjectUrl>
<Description>NET6 Razor Template Engine</Description>
<AssemblyVersion>2022.8.1</AssemblyVersion>
<FileVersion>2022.8.1</FileVersion>
<PackageReleaseNotes></PackageReleaseNotes>
<Company>Alexander Selishchev, Simon Mourier, William David Cossey, Benjamin Smith, Dag H. Baardsen, krmr, jddj007-hydra</Company>
<Company>Alexander Selishchev</Company>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>key.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
Expand Down

0 comments on commit 3a41c59

Please sign in to comment.