Skip to content

Commit

Permalink
Windows: Published 3.10.1. #patch
Browse files Browse the repository at this point in the history
  • Loading branch information
skst committed May 3, 2024
1 parent 6d30a30 commit 73260f9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Build single-file deployment
working-directory: ./Windows.Source
# Publish to sibling `release` folder for github-tag-action step.
run: dotnet publish ${{env.SOLUTION_FILE_PATH}} --property:PublishProfile=FolderProfile --property:DefineConstants=LICENSING --output ../release/
run: dotnet publish ${{env.SOLUTION_FILE_PATH}} --property:PublishProfile=FolderProfile --property:DefineConstants=LICENSING --output ../release/

- name: Copy Files to Publish
run: |
Expand Down
10 changes: 5 additions & 5 deletions Windows.Source/CalculateX.lic
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<License>
<Id>35d1e376-93e8-4fc1-9075-2442bf59c4ba</Id>
<Type>Trial</Type>
<Expiration>Sat, 01 Jun 2024 16:11:40 GMT</Expiration>
<Expiration>Sat, 01 Jun 2024 05:27:47 GMT</Expiration>
<Quantity>1</Quantity>
<ProductFeatures>
<Feature name="Product">Calculate X</Feature>
<Feature name="Version">3.10.0</Feature>
<Feature name="Publish Date">04/28/2024</Feature>
<Feature name="Version">3.10.1</Feature>
<Feature name="Publish Date">05/03/2024</Feature>
</ProductFeatures>
<Customer>
<Name>GitHub Download</Name>
Expand All @@ -16,7 +16,7 @@
<LicenseAttributes>
<Attribute name="Product Identity">75772ba8b6c013b0a5d7d5585a145e092ac36fec07dc27a039faad11058484b4</Attribute>
<Attribute name="Assembly Identity"></Attribute>
<Attribute name="Expiration Days">34</Attribute>
<Attribute name="Expiration Days">29</Attribute>
</LicenseAttributes>
<Signature>MEQCICQE95FLjETk39kCWFj8hyfLYcpel+MP53eftQ6aMAiXAiA/sB03qm1ouN699eX5JdeX5bw8By/sZLhpepRq+Uor/A==</Signature>
<Signature>MEUCIFwPMAVrp8YUYWG3xQj40KbaG+893MCdxuJsv/7UTFIlAiEAxfyE6/oylVo1e6TzTuW9YwFJITLOZzOCMBZKnJE6/OE=</Signature>
</License>
2 changes: 1 addition & 1 deletion Windows.Source/CalculateX/CalculateX.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PackageIcon>CalculateX.png</PackageIcon>
<Platforms>AnyCPU;x64;x86</Platforms>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Version>3.10.0</Version>
<Version>3.10.1</Version>
<SupportedOSPlatformVersion>10.0.20348.0</SupportedOSPlatformVersion>
</PropertyGroup>

Expand Down

0 comments on commit 73260f9

Please sign in to comment.