Skip to content

Commit 3a41c59

Browse files
committed
new version
1 parent 458e6d1 commit 3a41c59

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Pack.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
dotnet build -c Release
22
dotnet test
33
dotnet pack -c Release -o artifacts RazorEngineCore\RazorEngineCore.csproj -p:symbolPackageFormat=snupkg --include-symbols
4-
dotnet nuget push artifacts\RazorEngineCore.2022.8.1.nupkg --source https://www.nuget.org/api/v2/package -k KEY
4+
dotnet nuget push artifacts\RazorEngineCore.2023.11.1.nupkg --source https://www.nuget.org/api/v2/package -k KEY

RazorEngineCore/RazorEngineCore.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<PropertyGroup>
33
<TargetFrameworks>net6.0;net5.0;netstandard2.0</TargetFrameworks>
44
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
5-
<Version>2022.8.1</Version>
6-
<Authors>Alexander Selishchev, Simon Mourier, William David Cossey, Benjamin Smith, Dag H. Baardsen, krmr, jddj007-hydra</Authors>
5+
<Version>2023.11.1</Version>
6+
<Authors>Alexander Selishchev, Simon Mourier, William David Cossey, Benjamin Smith, Dag H. Baardsen, krmr, jddj007-hydra, shehrozeee, TheAtomicOption</Authors>
77
<PackageProjectUrl>https://github.com/adoconnection/RazorEngineCore</PackageProjectUrl>
88
<Description>NET6 Razor Template Engine</Description>
99
<AssemblyVersion>2022.8.1</AssemblyVersion>
1010
<FileVersion>2022.8.1</FileVersion>
1111
<PackageReleaseNotes></PackageReleaseNotes>
12-
<Company>Alexander Selishchev, Simon Mourier, William David Cossey, Benjamin Smith, Dag H. Baardsen, krmr, jddj007-hydra</Company>
12+
<Company>Alexander Selishchev</Company>
1313
<SignAssembly>true</SignAssembly>
1414
<AssemblyOriginatorKeyFile>key.snk</AssemblyOriginatorKeyFile>
1515
</PropertyGroup>

0 commit comments

Comments
 (0)