File tree 3 files changed +4
-8
lines changed
3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 10
10
<RepositoryUrl >https://github.com/arup-group/OasysGH</RepositoryUrl >
11
11
<PackageReadmeFile >README.md</PackageReadmeFile >
12
12
<PackageIcon >UnitNumberLogo64.png</PackageIcon >
13
- <Version >1.2.3 </Version >
13
+ <Version >1.2.4 </Version >
14
14
<PackageLicenseExpression >MIT</PackageLicenseExpression >
15
15
<BaseOutputPath >bin\</BaseOutputPath >
16
16
<AutoGenerateBindingRedirects >True</AutoGenerateBindingRedirects >
Original file line number Diff line number Diff line change 9
9
<PackageProjectUrl >https://github.com/arup-group/OasysGH</PackageProjectUrl >
10
10
<RepositoryUrl >https://github.com/arup-group/OasysGH</RepositoryUrl >
11
11
<PackageReadmeFile >README.md</PackageReadmeFile >
12
- <Version >1.2.3 </Version >
12
+ <Version >1.2.4 </Version >
13
13
<PackageLicenseExpression >MIT</PackageLicenseExpression >
14
14
<PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
15
15
<LangVersion >8.0</LangVersion >
21
21
22
22
</PropertyGroup >
23
23
<ItemGroup >
24
- <None Include =" readme .md" Pack =" true" PackagePath =" " />
24
+ <None Include =" README .md" Pack =" true" PackagePath =" " />
25
25
</ItemGroup >
26
26
<ItemGroup >
27
27
<Reference Include =" Oasys.Taxonomy.IGeometry" >
86
86
<PackageReference Include =" System.DirectoryServices.AccountManagement" Version =" 8.0.0" />
87
87
</ItemGroup >
88
88
<ItemGroup >
89
- <None Include =" ..\README.md" >
90
- <Pack >True</Pack >
91
- <PackagePath >\</PackagePath >
92
- </None >
93
89
<None Include =" Properties\Icons\Units.ico" />
94
90
</ItemGroup >
95
91
<ItemGroup >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ public static class OasysGHVersion {
5
5
public const bool IsBeta = false ;
6
6
// this is the one place to set the version in VS:
7
7
// also update the version manually in OasysGH.csproj
8
- public const string Version = "1.2.3 " ;
8
+ public const string Version = "1.2.4 " ;
9
9
}
10
10
11
11
public class OasysPluginInfo {
You can’t perform that action at this time.
0 commit comments