Skip to content

Latest commit

 

History

History
57 lines (51 loc) · 1.66 KB

CHANGELOG.md

File metadata and controls

57 lines (51 loc) · 1.66 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

0.4.0 / 2023-01-31

Features

  • ricaun.Revit.Github without Revit Reference.
  • Change to .NET Framework 4.5
  • Force dependence in Newtonsoft.Json
  • Improve Initialize documentation

0.3.0 / 2023-01-31

Features

  • Add Directory.Build.props one file change all the versions with Condition
  • Add Example Command ToolTip with Version
  • Initialize only download with greater Version and return true if download
  • Update CommandUpdate with ShowBalloon

Added

  • Add InfoCenterUtil with ShowBalloon

0.2.0 / 2023-01-31

Features

  • Initialize Auto Download Last Version - Console log
  • Update Example Project to Update Last Version

0.1.0 / 2022-05-21

Features

  • Download Bundle From Github
  • Improve Library Files
  • Select Download Version

GithubRequestService

  • Clear
  • Remove Github Data
  • Add PathBundle
  • Add XML comment

Fixed

  • Fix Async Methods - Problem

Added

  • Add Async in all Services
  • Add BundleModel (Version, DownloadUrl, Body, DataTime)
  • Add DownloadBundleService
  • Add GithubBundleService
  • Add GithubService
  • Add JsonService
  • Add PathBundleService
  • Add GithubRequestService
  • Base Package Files
  • Add Example