Skip to content

Commit

Permalink
Release v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MatejKafka committed Jan 14, 2025
1 parent f59f2d4 commit c96694d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/Pog/Pog.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
RootModule = 'Pog.psm1'
ModuleVersion = '0.11.0'
ModuleVersion = '0.12.0'
GUID = 'decb807b-afa1-4111-ad81-bfe9aa7dd44d'
Author = 'Matej Kafka'
CompatiblePSEditions = @('Desktop', 'Core')
Expand Down
4 changes: 2 additions & 2 deletions app/Pog/lib_compiled/Pog/Pog.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>0.11.0</Version>
<Version>0.12.0</Version>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>

<!-- If publishing, use a release build by default. -->
Expand Down Expand Up @@ -44,7 +44,7 @@
</ItemGroup>

<ItemGroup>
<!--
<!--
we need AsyncInterfaces 8.0.0 (and also the two packages below, which depend on it), which is what PowerShell
currently ships - if we updated to 9.0.0, loading Pog without ILRepack would fail, as it would try to load
9.0.0 while PowerShell already has 8.0.0 loaded; for release mode, everything is OK, since we ship our own copy
Expand Down
2 changes: 1 addition & 1 deletion pog.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Private = $true

Name = "Pog"
Version = "0.11.0"
Version = "0.12.0"
# why x64:
# 1) shim binaries are compiled only for x64 (should be easy to change)
# 2) VC redist DLLs are currently x64 (shouldn't be too hard to change)
Expand Down

0 comments on commit c96694d

Please sign in to comment.