Skip to content

Commit

Permalink
Merge pull request #3 from Stone-Red-Code/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Stone-Red-Code authored Jun 4, 2024
2 parents 05928fc + 3436f35 commit 5c95bb2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion choco/markdowser.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ enclosed in quotation marks, you should use an editor that supports UTF-8, not t
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's
possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version
number is final, that is considered a released version and not a prerelease. -->
<version>1.0.0.0</version>
<version>0.2.0.0</version>
<!-- <packageSourceUrl>Where is this Chocolatey package located (think GitHub)? packageSourceUrl
is highly recommended for the community feed</packageSourceUrl>-->
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for
Expand Down
Binary file modified installer/Markdowser-Installer.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: markdowser # you probably want to 'snapcraft register <name>'
version: "1.0.0.0" # just for humans, typically '1.2+git' or '1.3.2'
version: "0.2.0.0" # just for humans, typically '1.2+git' or '1.3.2'
grade: stable # must be 'stable' to release into candidate/stable channels
summary: A lightweight cross-platform IP scanner # 79 char long summary
description: |
Expand Down
4 changes: 2 additions & 2 deletions src/Markdowser/Markdowser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
<ApplicationManifest>app.manifest</ApplicationManifest>
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
<Version>0.1.0.0</Version>
<Version>0.2.0.0</Version>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
</PropertyGroup>

Expand Down Expand Up @@ -49,4 +49,4 @@
<DependentUpon>MarkdownContentView.axaml</DependentUpon>
</Compile>
</ItemGroup>
</Project>
</Project>

0 comments on commit 5c95bb2

Please sign in to comment.