Skip to content

Commit

Permalink
Merge pull request #109 from arup-group/v0.9.5
Browse files Browse the repository at this point in the history
v0.9.5
  • Loading branch information
tlmnrnhrdt authored Nov 24, 2022
2 parents e587c12 + 411cfc9 commit 319913d
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 42 deletions.
64 changes: 32 additions & 32 deletions .github/workflows/github-release-nuget.yml
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
name: Push ComposGH NuGet

# On run when release is published
on:
release:
types: [published]

jobs:
pushNuGetPackage:
runs-on: ubuntu-latest
steps:
- name: Download NuGet Package
uses: i3h/download-release-asset@v1
with:
owner: ${{ github.repository_owner }}
repo: Compos-Grasshopper
tag: ${{ github.event.release.tag_name }}
file: /.*\.nupkg/
token: ${{ secrets.GITHUB_TOKEN }}

- name: Download Symbols
uses: i3h/download-release-asset@v1
with:
owner: ${{ github.repository_owner }}
repo: Compos-Grasshopper
tag: ${{ github.event.release.tag_name }}
file: /.*\.snupkg/
token: ${{ secrets.GITHUB_TOKEN }}

- name: Push nupkg file to nuget.org
run: |
dotnet nuget push "*.nupkg" --api-key ${{ SECRETS.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
name: Push ComposGH NuGet

# On run when release is published
on:
release:
types: [published]

jobs:
pushNuGetPackage:
runs-on: ubuntu-latest
steps:
- name: Download NuGet Package
uses: i3h/download-release-asset@v1
with:
owner: ${{ github.repository_owner }}
repo: Compos-Grasshopper
tag: ${{ github.event.release.tag_name }}
file: /.*\.nupkg/
token: ${{ secrets.GITHUB_TOKEN }}

- name: Download Symbols
uses: i3h/download-release-asset@v1
with:
owner: ${{ github.repository_owner }}
repo: Compos-Grasshopper
tag: ${{ github.event.release.tag_name }}
file: /.*\.snupkg/
token: ${{ secrets.GITHUB_TOKEN }}

# - name: Push nupkg file to nuget.org
# run: |
# dotnet nuget push "*.nupkg" --api-key ${{ SECRETS.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
8 changes: 4 additions & 4 deletions .github/workflows/github-release-yak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
file: /.*\.yak/
token: ${{ secrets.GITHUB_TOKEN }}

- name: Push yak file
run: |
curl https://files.mcneel.com/yak/tools/latest/yak.exe -o yak.exe
#ls *.yak |% {.\yak push $_.FullName}
# - name: Push yak file
# run: |
# curl https://files.mcneel.com/yak/tools/latest/yak.exe -o yak.exe
# #ls *.yak |% {.\yak push $_.FullName}
2 changes: 1 addition & 1 deletion Compos/ComposAPI.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<Version>0.9.4-beta</Version>
<Version>0.9.5-beta</Version>
<Title>ComposAPI</Title>
<Description>Description</Description>
<PlatformTarget>x64</PlatformTarget>
Expand Down
4 changes: 2 additions & 2 deletions ComposGH/ComposGH.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<Version>0.9.4-beta</Version>
<Version>0.9.5-beta</Version>
<Title>Compos</Title>
<Description>Official Oasys Compos Grasshopper Plugin

Expand Down Expand Up @@ -64,7 +64,7 @@ Copyright © Oasys 1985 - 2022</Description>
<Version>6.27.20176.5001</Version>
</PackageReference>
<PackageReference Include="OasysGH">
<Version>0.4.2-beta</Version>
<Version>0.4.4-beta</Version>
</PackageReference>
<PackageReference Include="Stub.System.Data.SQLite.Core.NetFramework">
<Version>1.0.115.5</Version>
Expand Down
2 changes: 1 addition & 1 deletion ComposGH/ComposGHInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public class ComposGHInfo : GH_AssemblyInfo
public const string Company = "Oasys";
public const string Copyright = "Copyright © Oasys 1985 - 2022";
public const string Contact = "https://www.oasys-software.com/";
public const string Vers = "0.9.4";
public const string Vers = "0.9.5";
public static bool isBeta = true;
public static string Disclaimer = PluginName + " is pre-release and under active development, including further testing to be undertaken. It is provided \"as-is\" and you bear the risk of using it. Future versions may contain breaking changes. Any files, results, or other types of output information created using " + PluginName + " should not be relied upon without thorough and independent checking.";
public const string ProductName = "Compos";
Expand Down
2 changes: 1 addition & 1 deletion ComposGHTests/ComposGHTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="OasysGH" Version="0.4.2-beta" />
<PackageReference Include="OasysGH" Version="0.4.4-beta" />
<PackageReference Include="OasysUnits" Version="1.0.0" />
<PackageReference Include="OasysUnits.Serialization.JsonNet" Version="1.0.0" />
<PackageReference Include="Rhino.Inside" Version="7.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion ComposTests/ComposAPITests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
<PackageReference Include="Moq" Version="4.16.1" />
<PackageReference Include="OasysUnits" Version="1.0.0" />
<PackageReference Include="OasysGH" Version="0.4.2-beta" />
<PackageReference Include="OasysGH" Version="0.4.4-beta" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 319913d

Please sign in to comment.