Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Commit

Permalink
Bump to version 2.68
Browse files Browse the repository at this point in the history
  • Loading branch information
qfoxb committed Oct 11, 2022
1 parent c536ce4 commit a09e1fd
Show file tree
Hide file tree
Showing 11 changed files with 43 additions and 10 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ jobs:
uses: microsoft/[email protected]
- name: Build
run: msbuild Rbx2Source.sln
- name: VirusTotal Scan
uses: crazy-max/ghaction-virustotal@v3
with:
vt_api_key: ${{ secrets.VT_APIKEY}}
request_rate: 4
files: |
bin/debug/Rbx2Source.exe
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
Expand Down
18 changes: 18 additions & 0 deletions .github/workflows/released.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Version Released

on:
release:
types: [published]

jobs:
virustotal:
runs-on: ubuntu-latest
steps:
-
name: VirusTotal Scan
uses: crazy-max/ghaction-virustotal@v3
with:
vt_api_key: ${{ secrets.VT_APIKEY }}
update_release_body: true
files: |
.exe$
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -365,3 +365,4 @@ FodyWeavers.xsd
brokenstuff/
misc.txt
Roblox-File-Format/
C
2 changes: 1 addition & 1 deletion App.config
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<value>62601805</value>
</setting>
<setting name="CurrentVersion" serializeAs="String">
<value>2.67</value>
<value>2.68</value>
</setting>
</Rbx2Source.Properties.Settings>
</userSettings>
Expand Down
3 changes: 1 addition & 2 deletions Forms/Rbx2Source.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 10 additions & 2 deletions Forms/Rbx2Source.resx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,14 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="changeLogBox.Text" xml:space="preserve">
<value>[v2.67] (August 26th, 2022)
<value>[v2.68] (October 10th, 2022)

• Bump dependencies
• Github Actions Auto Build
• Many Bug Fixes
______________________________________________________

[v2.67] (August 26th, 2022)

• Add Discord Rich Presence Integration
• Small UI Changes
Expand Down Expand Up @@ -506,6 +513,7 @@ ______________________________________________________

[v1.00] (December 25th, 2015)

• Initial release.</value>
• Initial release.
</value>
</data>
</root>
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.0.0.0")]
[assembly: AssemblyVersion("2.68")]
[assembly: AssemblyFileVersion("2.68")]
[assembly: NeutralResourcesLanguageAttribute("en-US")]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ![rbx2source](Resources/Images/smallRbx2SourceLogo.png)
### Port Roblox models to Source Engine Games
##
[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FStarLandRBLX%2FRbx2Source&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://hits.seeyoufarm.com)[![Build Rbx2Source](https://github.com/StarLandRBLX/Rbx2Source/actions/workflows/build.yml/badge.svg)](https://github.com/StarLandRBLX/Rbx2Source/actions/workflows/build.yml)[![CodeQL](https://github.com/StarLandRBLX/Rbx2Source/actions/workflows/codeql.yml/badge.svg)](https://github.com/qfoxb/Rbx2Source-gh-actions-test/actions/workflows/codeql.yml)
[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FStarLandRBLX%2FRbx2Source&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://hits.seeyoufarm.com)[![Build Rbx2Source](https://github.com/StarLandRBLX/Rbx2Source/actions/workflows/build.yml/badge.svg)](https://github.com/StarLandRBLX/Rbx2Source/actions/workflows/build.yml)[![CodeQL](https://github.com/StarLandRBLX/Rbx2Source/actions/workflows/codeql.yml/badge.svg)](https://github.com/qfoxb/Rbx2Source-gh-actions-test/actions/workflows/codeql.yml)![Discord](https://discordapp.com/api/guilds/787797824557154344/widget.png?style=shield)
Originally developed by [MaximumADHD](https://github.com/MaximumADHD), This project serves as a continuation of the original [Rbx2Source](https://github.com/MaximumADHD/Rbx2Source) Project.

# Setup
Expand Down
2 changes: 1 addition & 1 deletion Rbx2Source.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@
<ItemGroup>
<PackageReference Include="Costura.Fody">
<Version>5.7.0</Version>
<!-- <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> -->
<!-- <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> -->
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="DiscordRichPresence">
Expand Down
Binary file modified Rbx2Source.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.67
2.68

0 comments on commit a09e1fd

Please sign in to comment.