Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
AqlaSolutions committed Jan 1, 2021
1 parent edab1d0 commit 3785fe7
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
6 changes: 3 additions & 3 deletions RunSharp/RunSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<DocumentationFile>o:\Dropbox\CodeProjects\RunSharp\src\RunSharp\RunSharp.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup>
<VersionPrefix>1.0.22</VersionPrefix>
<VersionPrefix>1.0.23</VersionPrefix>
</PropertyGroup>
<PropertyGroup>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
Expand Down Expand Up @@ -57,8 +57,8 @@
</PropertyGroup>
<PropertyGroup>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<AssemblyVersion>1.0.22.0</AssemblyVersion>
<FileVersion>1.0.22.0</FileVersion>
<AssemblyVersion>1.0.23.0</AssemblyVersion>
<FileVersion>1.0.23.0</FileVersion>
</PropertyGroup>
<Import Project="..\RunSharpShared\RunSharpShared.projitems" Label="Shared" />
<ItemGroup Condition="'$(TargetFramework)'=='netstandard2.1'">
Expand Down
Binary file modified RunSharpIKVM/Properties/AssemblyInfo.cs
Binary file not shown.
2 changes: 1 addition & 1 deletion RunSharpIKVM/package.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!--*-->
<id>Aqla.RunSharp.IKVM</id>
<!--*-->
<version>1.0.22</version>
<version>1.0.23</version>
<title>RunSharp.IKVM</title>
<!--*-->
<authors>Vladyslav Taranov</authors>
Expand Down
2 changes: 0 additions & 2 deletions all.build
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<Import Project="packages\MSBuildTasks.1.5.0.235\tools\MSBuild.Community.Tasks.Targets"/>

<PropertyGroup>
<NugetDirectory>Nuget\lib</NugetDirectory>
<ZipDirectory>Package</ZipDirectory>
<SolutionDir>$(MSBuildThisFileDirectory)</SolutionDir>
</PropertyGroup>
Expand Down Expand Up @@ -35,7 +34,6 @@
<Copy SourceFiles="@(Net20Files)" DestinationFolder="$(ZipDirectory)\net20"/>
<Copy SourceFiles="@(Net20Files)" DestinationFolder="$(ZipDirectory)\net20"/>
<Copy SourceFiles="@(IKVMFiles)" DestinationFolder="$(ZipDirectory)\ikvm-net20+"/>
<Copy SourceFiles="@(Net20Files)" DestinationFolder="$(NugetDirectory)\net35"/>
<Copy SourceFiles="@(NetStandardFiles)" DestinationFolder="$(ZipDirectory)\netstandard2.1"/>

<ItemGroup>
Expand Down
5 changes: 5 additions & 0 deletions buildpack.cmd
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
del *.nupkg
del RunSharp\bin\Release\*.nupkg
@"%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\msbuild" all.build /p:WarningLevel=0
@"%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\msbuild" /t:pack /p:Configuration=Release RunSharp\RunSharp.csproj
copy /y RunSharp\bin\Release\*.nupkg .
nuget pack RunSharpIKVM\package.nuspec -Prop Configuration=Release
pause
Binary file added nuget.exe
Binary file not shown.

0 comments on commit 3785fe7

Please sign in to comment.