Skip to content

Commit

Permalink
update nuget package to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaer committed Jan 20, 2020
1 parent c564eb1 commit 6a86bd5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
8 changes: 4 additions & 4 deletions DotNet/RhinoInside/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Reflection;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

Expand All @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("RhinoInside")]
[assembly: AssemblyCopyright("Copyright © 2019")]
[assembly: AssemblyCopyright("Copyright © 2020")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -32,5 +32,5 @@
// 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.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]
18 changes: 12 additions & 6 deletions DotNet/RhinoInside/RhinoInside.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
Expand All @@ -16,7 +16,7 @@
</NuGetPackageImportStamp>
<!-- nuget properties -->
<PackageId>Rhino.Inside</PackageId>
<Version>0.1.2</Version>
<Version>0.2.0</Version>
<Authors>Robert McNeel and Associates</Authors>
<Description>Rhino.Inside assembly resolver.</Description>
<PackageOutputPath>$(MSBuildThisFileDirectory)\artifacts</PackageOutputPath>
Expand Down Expand Up @@ -55,10 +55,16 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="RhinoCommon" Version="7.0.19302.12525-wip" ExcludeAssets="runtime" />
<PackageReference Include="Grasshopper" Version="7.0.19302.12525-wip" ExcludeAssets="runtime" />
<PackageReference Include="RhinoWindows" Version="7.0.19302.12525-wip" ExcludeAssets="runtime" />
<PackageReference Include="RhinoCommon" Version="7.0.20007.12535-wip" ExcludeAssets="runtime">
<IncludeAssets>compile; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="Grasshopper" Version="7.0.20007.12535-wip" ExcludeAssets="runtime">
<IncludeAssets>compile; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="RhinoWindows" Version="7.0.20007.12535-wip" ExcludeAssets="runtime">
<IncludeAssets>compile; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="NuGet.Build.Tasks.Pack" Version="5.3.0" PrivateAssets="all" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
</Project>

0 comments on commit 6a86bd5

Please sign in to comment.