Skip to content

Releases: KuraiAndras/CsprojToAsmdef

0.7.0

30 Jun 06:03
Compare
Choose a tag to compare
  • Updated dependencies
  • CI fully runs on Linux
  • When initializing a project a prompt asks the user whether to generate gitignore for the DLLs

0.6.0

18 Apr 17:46
05abe0b
Compare
Choose a tag to compare
  • Bumping version because of project structure change, otherwise no changes

0.5.0

18 Apr 12:03
56dcef9
Compare
Choose a tag to compare
  • Automatically set Unity version when the editor loads, and when creating the props file

0.4.1

17 Apr 08:30
812eba6
Compare
Choose a tag to compare
  • Only copy DLLs to NuGet folder
  • Apply analyzer fixes for Unity project

0.4.0

16 Apr 23:57
Compare
Choose a tag to compare
  • Set UnityProjectPath property in Directory.Build.props
  • Generate asmdef files with explicit DLL references
  • Referenced DLLs are copied to NuGet folder under Assets
  • Don't import version defines from csproj, actual support will come later
  • Support project references inside the Unity Assets folder

0.3.6

16 Apr 22:06
b05bc8d
Compare
Choose a tag to compare
  • Get version during build from package.json

0.3.5

16 Apr 22:06
9b4e5fa
Compare
Choose a tag to compare
  • Drop GitVersion

0.3.4

16 Apr 22:06
Compare
Choose a tag to compare
  • Update dependencies
  • Update SDK version
  • Use correct framework version for GitVersion

0.3.3

16 Apr 22:06
2fb7c51
Compare
Choose a tag to compare
  • Run NuGet publish after OpenUPM publish

0.3.2

16 Apr 22:05
caf4bdc
Compare
Choose a tag to compare
  • Run NuGet publish as separate job on push to main